-
Notifications
You must be signed in to change notification settings - Fork 619
[TOOL-3497] Dashboard: Add Linked Wallets page in account layout, minor UI tweaks in account layout #6313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6313 +/- ##
=======================================
Coverage 56.83% 56.83%
=======================================
Files 1168 1168
Lines 64793 64793
Branches 5258 5258
=======================================
Hits 36824 36824
Misses 27242 27242
Partials 727 727
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
Merge activity
|
…or UI tweaks in account layout (#6313) <!-- start pr-codex --> ## PR-Codex overview This PR focuses on enhancing the account management features in the dashboard by introducing linked wallets functionality, refining UI elements, and improving code organization. ### Detailed summary - Added `/account/wallets` route with "Linked Wallets" label. - Updated button text from "Create a Team" to "Create Team". - Changed `<div>` to `<header>` in `AccountSettingsPage.tsx`. - Enhanced `Devices` page structure with headers and descriptions. - Implemented `getLinkedWallets` API function. - Updated `Page` component to fetch linked wallets and account info. - Refactored `LinkWallet` and `LinkWalletUI` components for better state management and UI. - Added stubs for unlinking wallets in `LinkWalletsUI.stories.tsx`. - Improved wallet unlinking functionality with confirmation dialogs. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
f708d31 to
5d345e7
Compare

PR-Codex overview
This PR primarily focuses on enhancing the account management features within the dashboard by implementing linked wallet functionality, improving UI components, and refining the overall user experience.
Detailed summary
Linked Walletsinlayout.tsx.AccountTeamsUI.tsx.<div>to<header>inAccountSettingsPage.tsx.Devicespage layout inpage.tsx.getLinkedWalletsAPI function inlinked-wallets.ts.Pageinwallets/page.tsxto fetch linked wallets.AccountDevicesPage.tsxlayout and structure.LinkWalletUIcomponent with a table format.LinkWalletUI.tsx.